From 12c16ff6767186dc837f22e45a467431525b0ff8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 2 May 2005 08:23:36 +0000 Subject: [PATCH] Don't create unused blobs table. --- maintenance/tables.sql | 8 -------- 1 file changed, 8 deletions(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index b239619e33..a8d5d53ae4 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -748,14 +748,6 @@ CREATE TABLE /*$wgDBprefix*/objectcache ( key (exptime) ); --- For storing revision text --- This isn't used... -CREATE TABLE /*$wgDBprefix*/blobs ( - blob_index char(255) binary NOT NULL default '', - blob_data longblob NOT NULL default '', - UNIQUE key blob_index (blob_index) -); - -- For article validation CREATE TABLE /*$wgDBprefix*/validate ( `val_user` int(11) NOT NULL default '0', -- 2.20.1